About the Master-Detail Demo

This sample demonstrates:
  1. Master-detail-detail scenario.
  2. The data has been loaded from the standard Interbase employee.gdb, using the Country/Employee/Salary History columns
  3. Relations have been added at design time using the Relations Editor of the DataSet. First, click on the EmployeeSales DataSet, and then go to the Relations property, and open the relations editor. You will see that 2 relations have been added, linking the Country table to the Employee table by means of their common COUNTRY/JOB_COUNTRY fields, and then linking the Employee table to the SalaryHistory table using their common EMP_NO field.

Setup Information

Running the Demo

  1. Start the IDE.
  2. Open this project.
  3. Complete the steps from the Setup Informationsection above.
  4. Compile the Applicaton (Project Menu, Compile all projects).
  5. Run the application with debugging (F9) or without debugging (Shift+Ctrl+F9)

Troubleshooting

  1. Note that write access to this directory must be available to write to the new dataset. You can add write permissions by setting options in the IIS Virtual Directory settings.